home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Comunicatii
/
blogjet
/
BlogJetSetup-bn.exe
/
{app}
/
BlogJet.exe
/
0
/
RCDATA
/
TINSERTLINKFORM
/
TINSERTLINKFORM.txt
Wrap
Text File
|
2004-06-07
|
2KB
|
104 lines
object InsertLinkForm: TInsertLinkForm
Left = 286
Top = 182
BorderStyle = bsDialog
Caption = 'Insert Hyperlink'
ClientHeight = 136
ClientWidth = 413
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 313
Height = 121
Caption = ' Hyperlink Information '
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 24
Width = 43
Height = 13
Caption = 'Address:'
end
object Label2: TLabel
Left = 16
Top = 52
Width = 26
Height = 13
Caption = 'Text:'
end
object Label3: TLabel
Left = 16
Top = 88
Width = 55
Height = 13
Caption = 'Open link in'
end
object AddressEdit: TEdit
Left = 64
Top = 20
Width = 233
Height = 21
TabOrder = 0
Text = 'http://'
OnChange = AddressEditChange
OnEnter = AddressEditEnter
end
object TextEdit: TEdit
Left = 64
Top = 48
Width = 233
Height = 21
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 80
Top = 84
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'default window'
Items.Strings = (
'default window'
'new window')
end
end
object btnOk: TButton
Left = 328
Top = 16
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 328
Top = 45
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Balloon: TJvBalloonHint
DefaultIcon = ikError
Left = 328
Top = 88
end
end